home *** CD-ROM | disk | FTP | other *** search
/ Cope with Cancer / Cope with Cancer.iso / pc / cope / copenlis.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  1998-11-03  |  203 b   |  10 lines

  1. on mouseDown
  2.   global gBackFRAME, gBackMOVIE
  3.   cursor(4)
  4.   set whatFrame to the frame
  5.   set whatMovie to the movie
  6.   add(gBackFRAME, whatFrame)
  7.   add(gBackMOVIE, whatMovie)
  8.   go("CTSub2A_1", "comp")
  9. end
  10.